home *** CD-ROM | disk | FTP | other *** search
- #
- # Filesystem Utilities #2
- #
- filesys2_menu:
- set textColor = color[white on black]
- clear
- set textColor = color[yellow on blue]
- print " ULTIMATE BOOT CD VER 3.3 "
- print " http://www.ultimatebootcd.com/ "
- print " "
- set textColor = color[white on red]
- print " [Filesystem Tools 2/2] "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[yellow on cyan]
- print " File Tools "
- set textColor = color[white on cyan]
- print " [F1] DOS Navigator V4.9.0 "
- print " [F2] File Maven V3.5a "
- print " [F3] Necromancer's DOS Navigator V2.15 " "
- print " [F4] D-Browse V1.23 (Remember to enable long filename support during bootup!) "
- print " [F5] Eraser for DOS V5.6 "
- print " "
- set textColor = color[yellow on cyan]
- print " NTFS Tools "
- set textColor = color[white on cyan]
- print " [F6] Offline NT Password & Registry Editor 050303 "
- print " [F7] Active NTFS Reader for DOS V1.0.1 "
- print " [F8] EditBINI V1.01.1 "
- print " [F9] Boot Partition V2.50 "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- set textColor = color[white on blue]
- print " Left/right arrow key for previous/next screen. ESC returns to main menu. "
- set textColor = color[white on black]
-
- #
- # Actions
- #
- getkey
- clear
- if ($lastKey == key[f1]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=dosnavig
- if ($lastKey == key[f2]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=fmaven
- if ($lastKey == key[f3]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=ndn
- if ($lastKey == key[f4]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=d-browse
- if ($lastKey == key[f5]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=eraser
- if ($lastKey == key[f6]); then diskemu /images/offline.iso
- if ($lastKey == key[f7]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=readntfs
- if ($lastKey == key[f8]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=editbini
- if ($lastKey == key[f9]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=bootpart
- if ($lastKey == key[left]); then script filesys.scn
- if ($lastKey == key[esc]); then script main.scn
- goto filesys2_menu
-